x86/spec-ctrl: Reposition the XPTI command line parsing logic
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 12 Sep 2018 13:36:00 +0000 (14:36 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 14 May 2019 14:37:39 +0000 (15:37 +0100)
commitf5cc6e140ae31675162935076f3dd06b61ee6aed
treec8fbbe89cd29a8c31ea5b956e47064728a3b61b8
parent3b062f5040a103d86b44c5e8412ff9555b00d06c
x86/spec-ctrl: Reposition the XPTI command line parsing logic

It has ended up in the middle of the mitigation calculation logic.  Move it to
be beside the other command line parsing.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
(cherry picked from commit c2c2bb0d60c642e64a5243a79c8b1548ffb7bc5b)
xen/arch/x86/spec_ctrl.c